libusbk-sys 0.2.0

Rust Windows library for accessing USB devices via libusbK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
STEP #1
Download libwdi here:
http://sourceforge.net/projects/libwdi/files/releases/

STEP #2
Open project properties for libwdi (static)
Change [Configuration Properties]->[General]->[Use of MFC] to "Use MFC in a Static Library"

STEP #3
Locate header file 'config.h' and update DDK_DIR, LIBUSB0_DIR, and LIBUSBK_DIR to reflect
the location of the driver binary files.  To exclude a driver, remove the define entirely.

STEP #4
Build the libwdi (static) project and copy 'libwdi.lib' to this folder.

STEP #5
Open the InfWizard.sln with a non-express edition of Visual Studios and build normally.